Hacking For Beginners – Manthan Desai
2010
Login Process on the websites
Let's say that you are sitting at your computer, surfing the Web, and you open a Website to Login to your account.
1: You type in the Login Username and Password and clicks on Sign in and you get in to your account.
2: Web Server receives the Username and Password and forwards it to the Database server.
3: Database server receives the Username and Password from the Web Server and checks its tables for that Usernameand Password and sends the result of the authentication to the Web Server.
4: Web Server receives the Authentication result from the Database Server and on the basis of the result, redirects theUser to the proper Webpage.
• If the Authentication is True, User gets signed in to the Account, and if it fails User is asked to Sign again.
SQL Injection
www.hackingtech.co.tv
Page 58